-
Notifications
You must be signed in to change notification settings - Fork 132
MQE-953: Merge the release branch to master #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated TestGenerator.php to check emptiness of array
… is used MQE-881: Cannot Pass Arguments In Action Groups To X, Y Attributes On Actions MQE-882: Cannot input <data> tags in entity xml
MQE-877: Passing Multiple Element References In Selector Parameters Does Not Generate Correctly When Element(s) Are Parameterized
…ework basic functionality
- update mustahche template to use new actions - update Magento Webdriver to account for no test context - update suiteSchema.xml and di.xml
…uites - Non-suite tests generate to _generate/default directory - Error is thrown if suite name = default - Manifest.txt and group directories generate under _generated - Verification tests updated MQE-799: Default Directory exists for tests not referenced in other suites - Updated phpDocs - Changed constructor for SingleRunTestManifest.php to call correct parameters for parent DefaultTestManifest and set singleRun config MQE-779: Default Directory exists for tests not referenced in other suites - Added underscore to namespacing for cests in TestGenerator - Removed unncessary manifest path setting in SingleRunManifest which is handled by parent constructor MQE-779: Default Directory exists for tests not referenced in other suites - Fixed static check failures MQE-779: Default Directory exists for tests not referenced in other suites - Updated namespace in verification tests to _default from default to match TestGenerator changes for same.
…ework basic functionality
…ework basic functionality
…ework basic functionality
… Actions MQE-877: Passing Multiple Element References In Selector Parameters Does Not Generate Correctly When Element(s) Are Parameterized - added verification tests
- update robo functional method to use MFTF test suite
…ing-framework into 'CD-develop'
- added verification test
…sting-framework into develop
- Added new extension to allow for pulling and operation on testContext at test runtime - Tests now no longer allow for exceptions in _after block to overwrite the original exception (case when test fails, runs _after and fails there too) - Tests no longer run the _after block if the test failure was in the _after block to begin
#56: Add "block" type to…
- semi working solution
… is invalid or ambiguous - undo edits to wrong Robofile
MQE-809: Throw a warning or error when step key referencing in merges is invalid or ambiguous
…rrectly - refactored uniquenessFunctionCall in TestGenerator; fixes bug. - updated verification tests to catch test case.
…ctor' instead of '$dependentSelector' - $selector -> $dependentSelector.
- Changed order to module, appcode, then vendor.
- appCode/VendorCode paths changed to meet AC.
- Add ability to use array entities as arguments.
- Added ErrorLogger object, called after steps in the ContextListener
- PageObjectHandler now allows for empty pages.
…tChange method arguments - Fixed quote issue in waitForElementChanged. Also included fix for performOn, as it's the only other codeception function that takes a closure as an argument.
- add new skipped logic to TestObject - update Group Object file generation to include try/catch
- fix for try catch not capturing delete/create data
- mark tests as skipped if we see precondition failure
MQE-957: MFTF Changes to support DEVOPS-2029
- added override for dragAndDrop, and x/y offset options.
- array_diff to array_diff_key
- Changed conditional for actions to use TestGenerator for deleteData where url is present and createDataKey is not.
- MFTF => Mftf
- Added changelog additions for 2.2.0.
- update logger to validate param existence before using "source" param
MQE-977: ErrorLogger expects source to be a log paramater
- remove symfony dependency from mftf
MQE-967: Resolve MFTF/Acceptance composer.json with Magento2CE
…elease tag - increment version tag to 2.2.0
MQE-955: Commit proper version in MFTF composer.json/create the new r…
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixed Issues (if relevant)
Contribution checklist